home *** CD-ROM | disk | FTP | other *** search
- subtitleTextBox. setText ("")
- mainTextBox. setText ("")
-
- ControlMacroPath = macro. pathFromMacro ( "viewTrainCode.nsm" )
- viewCode. setMacroPath ( ControlMacroPath )
-
- ApplicationPath = macro. pathFromMacro ( "TrainNetwork.exe" )
- application.runExecutable ( ApplicationPath )
-
- NextMacroPath = macro. pathFromMacro ( "Preparing to test a network.nsm" )
- nextButton. setMacroPath ( NextMacroPath )
- SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
- MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
-